Welcome![Sign In][Sign Up]
Location:
Search - indy udp

Search list

[ICQ-IM-ChatIndyUDPFile

Description: Indy UDP File 文件 传输 断点
Platform: | Size: 372054 | Author: lxm | Hits:

[WinSock-NDISUDP安全传输演示(Delphi源码)

Description: UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错。 可很多需求中又需要发送大量数据包并且需要保证速度(如语音和视频通讯或者点对点点播服务。)而且有些重要的数据不允许丢包这个时候就需要安全UDP了。
Platform: | Size: 462811 | Author: 7484345 | Hits:

[Internet-NetworkI9D6_Demos

Description: 大名鼎鼎的indy控件组的示例程序 for delphi 7.0 有ftp udp,http 等的示例 -The example programs of well-known indy controls for delphi 7.0 have ftp, udp, etc.
Platform: | Size: 612352 | Author: 小熊 | Hits:

[Web Serveriamy_P2PChat

Description: P2PChat 点对点聊天工具,QQ穿网关原理,点对点跨网关通信,采用 Indy 的 UDP 组件。 需要改进的地方: 在发送消息的地方如果没有收到消息反馈则重发。 则重发消息,这个只要在Timer的事件里加几行代码就可以了。 在接收端端再做个消息冗余判断。-P2PChat peer-to-peer chat tools, QQ wear gateway theory, point-to-point inter-gateway communications, using Indy components of the UDP. Need to improve the place: send a message in the place If you do not receive feedback information is re-issued. Then re-发消息this as long as the events in Riga Timer few lines of code on it. In the receiving end-to-end message latency to be a judge again.
Platform: | Size: 459776 | Author: | Hits:

[ICQ-IM-ChatIndyUDPFile

Description: Indy UDP File 文件 传输 断点-Indy UDP File file transfer breakpoint
Platform: | Size: 371712 | Author: lxm | Hits:

[ICQ-IM-ChatQQUDP

Description: 类似QQ的UDP聊天程序(Delphi编写的类似QQ聊天模式源码)-The UDP similar QQ chat program (Delphi prepared QQ chat mode similar source)
Platform: | Size: 331776 | Author: 李雄 | Hits:

[Communicationliaotianchengxu

Description: 学习Indy控件时写的一个简单例子,使用UDPServer进行通讯, 服务器进行数据转发,也可以直接进行客户端到客户端的通讯, 修改一下即可实现。 呵呵,太简单了,高手不用看。-Indy control when learning to write a simple example, the use of UDPServer communication, the server for data forwarding, can also direct the client to client communications, make some corrections can be realized. Oh, too easy, you do not see.
Platform: | Size: 457728 | Author: 赵智斌 | Hits:

[TCP/IP stackUUDPRPC

Description: 1. 用来实现一些简单的网络通讯。使用方式比较特别:将服务端的某个对象封装成客户端的一个对象,客户端要调用服务端的功能时,只需调用此对象的方法(给定方法名和参数),就像在调用客户端的本地对象一样。支持返回值。 2. 基于UDP协议,用到了Indy库。 3. 代码中有比较详细的注释,一看即明-1. To realize some simple network communications. Use rather special: The service side of an object packaged as an object of the client, the client must call the functions of client services, simply call the methods of this object (a given method name and parameters), as in the client
Platform: | Size: 7168 | Author: youarehaha | Hits:

[P2PP2P

Description: 使用INDY组件UDP控件进行QQ实时通讯-INDY components use UDP controls QQ real-time communication
Platform: | Size: 551936 | Author: 吴浩 | Hits:

[Internet-NetworkServerSchedulers

Description: indy 控件的源码 indy 控件的源码-indy control source control source indy
Platform: | Size: 9216 | Author: real | Hits:

[Delphi VCLIndy

Description: Delphi 使用Indy控件开发的一个通讯的程序,检测在线状态,登陆,服务端自动发送广播消息。 同时在线200个没有问题。 连接数太多好像不理想。因为离线,掉线,登陆等操作频繁。-Delphi using Indy control the development of a communications procedure, test online, landing, Service client automatically sends radio message. At the same time, online 200 no problem. Too many connections does not seem ideal. Since off-line, dropped, landing operations, such as frequent.
Platform: | Size: 47104 | Author: 飘雪青天 | Hits:

[ICQ-IM-ChatUDP

Description: 学习Indy控件时写的一个简单例子,使用UDPServer进行通讯,服务器进行数据转发,也可以直接进行客户端到客户端的通讯,修改一下即可实现。-Indy control study when Writing a simple example, the use of UDPServer communicate forward data server can also direct the client to client communications, make some corrections to achieve.
Platform: | Size: 457728 | Author: 马振良 | Hits:

[Delphi VCLUDPChat

Description: This UDP chat Indy example, with Delphi 2010-This is UDP chat Indy example, with Delphi 2010
Platform: | Size: 402432 | Author: as2 | Hits:

[Delphi VCLindyudp

Description: INDY UDP 上位机的测试程序...简单的端口接收...需安装网络调试器发送数据。-INDY UDP PC test program ... simple ... to install a network port to receive the debugger to send data.
Platform: | Size: 189440 | Author: linson | Hits:

[Delphi VCLSocketTool

Description: INDY 控件的demo,歡迎大家下載學習,tcp,udp,email,http都有-INDY control the demo, welcome to download the study, tcp, udp, email, http has ..
Platform: | Size: 415744 | Author: samson | Hits:

[Sniffer Package capturebcbUDP

Description: 实现今晚一直在研究c++ builder中的udp开发。bcb组件中还有一个udpsocket,研究了半天,再加上百度和google,按照样例也没有弄出结果来。众说纷纭,大部分都说是该组件存在问题,有些说还需要自己写一些底层的东西等等。其实用winsock也可以写,本着方便快捷的原则想有现成的控件可以用,没想到费了这么多时间啥都没搞出来。只好瞄向Indy 的udp组件,没想到一试就灵。 ———————————————————————————————————————————— 使用Indy UDP 插件,依据本博客前文《用Indy组件开发Socket应用程序》,先编写单独的TCP服务器和客户端程序,然后再编写UDP程序后,将单独的UDP程序合成一个含服务器和客户端的程序,采用C++ Builder 6 编写, -the udp development c++ builder
Platform: | Size: 5120 | Author: 许枫 | Hits:

[Internet-NetworkUDP-indy-10

Description: UDP indy 10 c++ builder6-UDP indy 10 c++ builder6
Platform: | Size: 475136 | Author: hfhxtr | Hits:

[Internet-Networkudp

Description: indy10 udp 例子程序 自己写的-indy 10 udp demo
Platform: | Size: 1006592 | Author: 王晓新 | Hits:

[CommunicationP2P-(UDP)

Description: 利用udp协议打洞实现p2p,delphi下实现p2p,类似于QQ的整个过程 .利用delphi的indy实现此过程-Compiled with delphi 7, with the latest indy mail control, to achieve similar foxmail e-mail client program
Platform: | Size: 759808 | Author: 黄进 | Hits:

[Remote ControlIndy9-UDP

Description: indy udp方式远程屏幕,远程控制研究-indy udp retome desktop
Platform: | Size: 1120256 | Author: 谢骥 | Hits:
« 12 »

CodeBus www.codebus.net